home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BRODIE / SMAILB / !SendMail / usr / smail / lib / routers < prev    next >
Text File  |  1995-07-10  |  762b  |  20 lines

  1. # if the destination is a known host then try delivering directly to it
  2. # Note: this doesn't respect MX records and is therefore potentially
  3. # dangerous
  4. host: driver=gethostbyname, transport=smtp;
  5. addr: driver=gethostbyaddr, transport=smtp;
  6.  
  7. # messages to neighboring hosts are directly sent to them
  8. #uuname: transport=uux, driver=uuname;
  9. #    cmd=uuname, domain=uucp
  10.  
  11. # look into the pathalias file
  12. pathalias: driver=pathalias, transport=uux;
  13.     file=paths, proto=lsearch
  14.     
  15. # if we can't find a route we forward the message to our
  16. # mail server and hope it is smarter than we are
  17. # replace 'gate.graeff.com' by the name of your smart host
  18. smarthost: transport=smtp, driver=smarthost; path=louis.ecs.soton.ac.uk
  19. #smarthost: transport=uux, driver=smarthost; path=gate
  20.